hip.console.console

Undocumented in source.

Members

Classes

Console
class Console
Undocumented in source.

Enums

Platforms
enum Platforms
Undocumented in source.
WindowsConsoleColors
enum WindowsConsoleColors
Undocumented in source.

Functions

hipVitaPrint
void hipVitaPrint(uint length, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
varPrint
void varPrint()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

GUI_CONSOLE
enum GUI_CONSOLE;
Undocumented in source.

Static variables

_err
void function(string toPrint) _err;
Undocumented in source.
_fatal
void function(string toPrint) _fatal;
Undocumented in source.
_info
void function(string toPrint) _info;
Undocumented in source.
_log
void function(string toPrint) _log;

If it is inside thread local storage, then, it won't work being called from another thread

_warn
void function(string toPrint) _warn;
Undocumented in source.
androidTag
enum androidTag;
Undocumented in source.

Meta